All Questions
2 questions
2votes
0answers
194views
jQuery validation for multi-page registration form
I use JS/JQuery validation for radioboxes, input field etc. Because of AJAX I use one global validation (in a separate file) and 4-5 other files to coverage actions in a relevant registration form ...
3votes
1answer
1kviews
Rails form helper to display email fields and their validation errors
I have a repeated pattern throughout my app that looks like this: ...